go/ast.commentListReader.end (field)
5 uses
go/ast (current package)
commentmap.go#L72: pos, end token.Position // source interval of comment group at current index
commentmap.go#L83: r.end = r.fset.Position(r.comment.End())
commentmap.go#L167: for r.end.Offset <= qpos.Offset {
commentmap.go#L182: pgend.Line+1 == r.pos.Line && r.end.Line+1 < qpos.Line):
commentmap.go#L191: pend.Line+1 == r.pos.Line && r.end.Line+1 < qpos.Line ||
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)